home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2005 July
/
CHIP_CD_2005-07.iso
/
software
/
att
/
attsetup.exe
/
plugins
/
shared memory
/
VC
/
attsharedmem.h
< prev
next >
Wrap
C/C++ Source or Header
|
2005-02-13
|
1KB
|
50 lines
// attsharedmem.h : main header file for the ATTSHAREDMEM application
//
#if !defined(AFX_ATTSHAREDMEM_H__B697852D_2DA3_4DF9_859E_E2C7AD08D36C__INCLUDED_)
#define AFX_ATTSHAREDMEM_H__B697852D_2DA3_4DF9_859E_E2C7AD08D36C__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#ifndef __AFXWIN_H__
#error include 'stdafx.h' before including this file for PCH
#endif
#include "resource.h" // main symbols
/////////////////////////////////////////////////////////////////////////////
// CAttsharedmemApp:
// See attsharedmem.cpp for the implementation of this class
//
class CAttsharedmemApp : public CWinApp
{
public:
CAttsharedmemApp();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CAttsharedmemApp)
public:
virtual BOOL InitInstance();
//}}AFX_VIRTUAL
// Implementation
//{{AFX_MSG(CAttsharedmemApp)
// NOTE - the ClassWizard will add and remove member functions here.
// DO NOT EDIT what you see in these blocks of generated code !
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_ATTSHAREDMEM_H__B697852D_2DA3_4DF9_859E_E2C7AD08D36C__INCLUDED_)